A. Request object
B. Hidden fields
C. View state
D. Cookies
Advertisement
Related Mcqs:
- In ASP.NET if one wants to maintain session then which of the following is used ?
- A. Microsoft SQL Server B. Session State Service C. In-process storage D. All of the above...
- Which object can help you maintain data across users ?
- A. Response object B. Application object C. Session object D. Server object...
- Which of the following denote ways to manage state in an ASP.Net Application ?
- A. Application objects B. Session objects C. ViewState D. All of the above...
- Which of the following ASP.NET object encapsulates the state of the client ?
- A. Application object B. Session object C. Server object D. Response object...
- You need to store state data that is accessible to any user who connects to your Web application. Which object should you use ?
- A. Response.ViewState B. Response.Cookies C. Session D. Application...
- Who can access Session state variables ?
- A. All users within a single tunnel B. All Users of an application C. A Single session D. All of the above...
- Which of the following method is used to obtain details about information types of assembly ?
- A. GetType B. GetTypes C. Both A and B D. None of these...
- Which of the following is true about session in ASP.NET ?
- A. The default time interval is 5 minutes B. Programmers has to take care of delete sessions after configurable timeout interval C. ASP.NET automatically delete sessions after configurable timeout interval D. None of the Above...
- Common type system is built into which of the following?
- A. RCT B. GAC C. CLR D. RCW...
- Which of the following is the default authentication mode for IIS ?
- A. Windows B. Anonymous C. Basic Authentication D. None of these...
Advertisement